home *** CD-ROM | disk | FTP | other *** search
/ Hottest 5 / Hottest 5 (1995)(PDSoft)[!].iso / pdsoft / pov / povpanel / povpanel.doc < prev    next >
Text File  |  1995-01-01  |  4KB  |  92 lines

  1. ===========================================================================
  2.  
  3.                  PovPanel 1.3 © Copyright 1994 Colin Bell.
  4.  
  5. ===========================================================================
  6.  
  7. WHAT IS IT:
  8.  
  9. PovPanel is  a graphical frontend for  the Persistence of  Vision raytracer
  10. V2.0/2.2 (mostly known as POV). It allows you to  configure all the POV options
  11. using  checkbox, slider,  mx and string  gadgets. Once you  have configured
  12. the options for POV, click on the  GO gadget. An asynchronous CLI will open
  13. and execute POV with the options you  specified. You may now  Quit Povpanel
  14. and leave  pov running, or you  can set up more options, press GO and start
  15. another POV  process. You can  do this  as many times as you  like, but you
  16. will soon be running at snail pace. :-)
  17.  
  18. OPTIONS:
  19.  
  20. All the  options of Povpanel coincide with  options of POV so  please refer 
  21. to the POV 2.0 docs for more details. There are  two exceptions. The  Stack
  22. size string  gadget  lets  you  set  the  stacksize of  the new  POV  task.
  23. It is  recommended that you set this above  80000.  The Priority string 
  24. gadget lets  you specify the priorit to run POV at. Plus & minus values are
  25. acceptable.
  26. All  options are  saved to  the file ENV:povpanel.prefs and 
  27. ENVARC:povpanel.prefs.
  28.  
  29. PREFS:
  30.  
  31. To open the Prefs/About  window, press  the right  mouse button anywhere on
  32. the PovPanel window.
  33. The output window coordinates where POV is executed may be configured using
  34. the 1st four integer gadgets. Next is a checkbox gadge t where you can tell
  35. PovPanel to autoclose the output window when POV is finished.
  36. In my  opinion it is  better to close  the output  window manually  in case
  37. there are any error messages. 
  38. You can also specify the command to be used to run your editor. eg.  ced %s
  39. or ed %s   where %s is a C formatting  code for  "Insert string". The input 
  40. filename will be inserted in the commandline here.
  41.  
  42. PovPanel can be run from CLI or Workbench but it MUST be placed in your POV
  43. directory.
  44.  
  45. PovPanel  V1.0 is  SHAREWARE. If  you  like this  program, please  consider
  46. registering  it. When you  register you will receive a  custom version with
  47. your name in it and without the silly requester. :-)
  48.  
  49. Send $US 5 or $A $7 to:  Colin Bell            (5 USA dollars!) or
  50.                          PO Box 1058        (7 Australian dollars)  
  51.                          Bondi Junction
  52.                          NSW  2022
  53.                          Australia.
  54.  
  55. Contact me at Internet: colin@triode.apana.org.au 
  56.             or Fidonet: 3:712/631
  57.  
  58. Special Thanks to Colin Chung for Beta testing and suggestions.
  59.  
  60. The Idea for Amiga PovPanel came from Wayne Lockhart. Thanks Wayne.
  61.  
  62.          POVPANEL CARRIES NO GUARANTEES EITHER EXPRESSED OR IMPLIED.
  63.                      USE OF POVPANEL IS AT YOUR OWN RISK
  64.               POVPANEL MAY NOT BE SOLD FOR ANY PROFIT WHATSOEVER
  65.  
  66. HISTORY:
  67. 1.0  First release.  22.2.94
  68.  
  69. 1.1  Second Release  25.2.94
  70.      Added Zoom gadget.
  71.      Added Window coordinates to prefs.
  72.      Added EDIT gadget to run an editor on the input file specified.
  73.      Added Editor prefs to the prefs window.
  74.      Changed GetFile gadgets to graphical representations.
  75.      Fixed up Output Format & Display format which were all wrong! :)
  76.      Now activates the NEXT string gadget when you press return.
  77.      Widened some numeric input gadgets slightly.
  78. 1.1a 26.2.94
  79.      Somehow, I was opening asl.library V39 only!  Sorry.
  80. 1.2  3.3.94
  81.      Not released to the public. Added a screenmode requester so that
  82.      you can choose screensizes. Also patched in some custom sizes
  83.      in the requester.
  84. 1.3  3.4.94
  85.      Received POV 2.2 and found there was an additional option!
  86.      HAM8 display (great!)  But I had to add it to PovPanel. There was no room
  87.      to add another Radio-button gadget, so changed output & display format to
  88.      CYCLE gadgets. A lot of people use CycleToMenu so it looks ok.
  89.      Most people won't change this setting much anyway.
  90.      Changed custom imagery gadgets so that they press in when clicked on. :)
  91.  
  92.